home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / comm / term / term_source.lha / Extras / Source / term-source.lha / Glue / XEmulatorPreferences.asm < prev    next >
Assembly Source File  |  1996-10-20  |  307b  |  15 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** XEmulatorPreferences ram interface
  3.     XREF    _XEmulatorBase
  4.     SECTION    xemulator,code
  5.     XDEF    _XEmulatorPreferences
  6. _XEmulatorPreferences:
  7.         move.l    a6,-(sp)
  8.         move.l    _XEmulatorBase,a6
  9.         movem.l    8(sp),a0/a1
  10.         move.l    16(sp),d0
  11.         jsr    -126(a6)
  12.         move.l    (sp)+,a6
  13.         rts
  14.     END
  15.